home *** CD-ROM | disk | FTP | other *** search
/ PC Guide Interactive 42 / PCGuide 42a / pcguide42.iso / share / Netpd / netpd.exe / 0 / RCDATA / TNETPDEDITTITLE / TNETPDEDITTITLE.txt
Encoding:
Text File  |  1998-04-29  |  1.0 KB  |  59 lines

  1. object NetPDEditTitle: TNetPDEditTitle
  2.   Left = 200
  3.   Top = 108
  4.   ActiveControl = Edit1
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Edit Item Title'
  8.   ClientHeight = 74
  9.   ClientWidth = 445
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 91
  21.     Height = 13
  22.     Caption = 'Enter New Title for:'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 24
  26.     Top = 24
  27.     Width = 32
  28.     Height = 13
  29.     Caption = 'Label2'
  30.   end
  31.   object Edit1: TEdit
  32.     Left = 24
  33.     Top = 40
  34.     Width = 329
  35.     Height = 21
  36.     TabOrder = 0
  37.   end
  38.   object Button1: TButton
  39.     Left = 360
  40.     Top = 8
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'OK'
  44.     Default = True
  45.     ModalResult = 1
  46.     TabOrder = 1
  47.   end
  48.   object Button2: TButton
  49.     Left = 360
  50.     Top = 40
  51.     Width = 75
  52.     Height = 25
  53.     Cancel = True
  54.     Caption = 'Cancel'
  55.     ModalResult = 2
  56.     TabOrder = 2
  57.   end
  58. end
  59.